home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / HippoDraw / HippoDrawSrc1.1 / Hippo.subproj / Polygon.h < prev    next >
Encoding:
Text File  |  1992-04-25  |  153 b   |  12 lines

  1. #import "Scribble.h"
  2.  
  3. @interface Polygon : Scribble
  4.  
  5. /* Methods overridden from superclass */
  6.  
  7. + cursor;
  8. - (BOOL)create:(NXEvent *)event in:view;
  9.  
  10. @end
  11.  
  12.